þÿ<?php $a = 1; $b = 2; $c = $a+$b; ?> <!DOCTYPE html> <html> <body> <?php echo "$a + $b = $c"; ?> </body> </html>